CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sobel vc

搜索资源列表

  1. EdgeContour

    1下载:
  2. 对加载的图像进行轮廓识别,边缘检测(包括robert算子,sobel算子,prewitt算子等)的VC++程序-Of the loaded image contour recognition, edge detection (including robert operator, sobel operator, prewitt operator, etc.) VC++ program
  3. 所属分类:图形/文字识别

    • 发布日期:2013-02-01
    • 文件大小:3956018
    • 提供者:王俊杰
  1. Image-Processing

    0下载:
  2. vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复原,随机、椒盐噪声)、图像编码(赫夫曼编码、香农费诺编码、行
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16464506
    • 提供者:李欣
  1. OpnCvTest

    0下载:
  2. 用OpenCv和vc++实现图像处理的基本功能,有效利用OpenCv,包括读入并显示图像,边缘检测,加噪声以及锐化处理-OpenCv and vc++ to Canny Sobel Binary and GradSharp opreator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5785239
    • 提供者:贺彪
  1. 21887208220061171037195231372

    0下载:
  2. 用VC++对图象进行SOBEL变换的小程序,仅供参考-with VC++ for image SOBEL transform small procedures for reference
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:944
    • 提供者:李烨琼
  1. edge++

    0下载:
  2. VC++,实现边缘检测,边缘检测类(包括Roberts, Sobel, Prewitt, Kirsch等算子的边缘检测算法)-VC++, The realization of edge detection, edge detection (including Roberts, Sobel, Prewitt, Kirsch operator, such as edge detection algorithm)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:9249
    • 提供者:gyq
  1. SobelKirsch

    0下载:
  2. 用VC实现边缘检测,包含SOBEL和KRISCH等经典算法 非常好用 速度快-The realization of edge detection with VC, including such classics SOBEL and KRISCH fast algorithm is very easy to use
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3441614
    • 提供者:zhangshuai
  1. edge

    0下载:
  2. 基于vc++和opencv的对图像进行sobel,canny算子的边缘检测和harris角点检测-Based on vc++ and opencv image of the sobel, canny edge detection operator and the harris corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1687064
    • 提供者:王坤
  1. sobel_edge_detect

    0下载:
  2. 运用sobel算法检测目标的边缘,代码利用vc实现-Target detection using sobel algorithm is the edge of the code used to achieve vc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2285
    • 提供者:wuhuaiqun
  1. SobelKirsch

    0下载:
  2. 边缘检测程序,用VC实现了用几种算子包括sobel、kirsch算子对图象的边缘进行检测-Edge detection procedure, using VC achieved in several operators including sobel, kirsch operator to detect the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:574416
    • 提供者:陈少华
  1. demo

    0下载:
  2. 一个有关边缘检测 robert sobel FFT傅里叶变换等算法的demo-a demo using VC++ that implements the algorithms of edge detection and FFT
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1640473
    • 提供者:lihao
  1. DIBDetect

    0下载:
  2. 基于VC++的MFC设计的图像打开和显示程序,并利用Sobel变化实现边缘检测,初学者可以参考-MFC VC++, based on the image to open and display the design process and changes in edge detection by Sobel, beginners can refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4074159
    • 提供者:付莉
  1. SobelAlgorithm

    0下载:
  2. 图像边缘检测的sobel算子VC++实现,使用时设置“工程→设置→使用MFC作为静态链接库”-The sobel edge detection operator VC++ implementation, using the set when " Project → Settings → using MFC as a static link library"
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1415
    • 提供者:xiezunzhong
  1. regiongrow

    0下载:
  2. 完成区域生长算法,其中先使用sobel进行边缘检测(也可以跳过此步骤),再进行区域生长实现分割。使用VC++6.0,opencv1.0-Complete the region growing algorithm, which first edge detection using sobel (you can also skip this step), then the region growing to achieve segmentation. Use VC++6.0, opencv1.0
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8791
    • 提供者:姜姜
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6128
    • 提供者:杨智雄
  1. visual-detecting-for-PCB

    2下载:
  2. 用VC++视觉检测程序,可以打开PCB板的照片文件,对其进行编辑、点运算、几何变换、正交变换、图像增强、形态变换、边缘与轮 廓检测、图像分析与复原、图像编码等功能。其中点运算包括图像反色、线性变换、阀值变换等功能;边缘检测包括Robert算子、 Sobel算子、Gauss-Laplace算子等;正交变换包括傅里叶变换、离散余弦变换、沃尔什变换;图像编码包括哈弗曼编码表、香农弗 曼编码表、行程编码、LZW编码等。 对于研究电子封装技术,视觉检测及电机精确控制的同学
  3. 所属分类:Special Effects

    • 发布日期:2017-03-09
    • 文件大小:7317504
    • 提供者:luaiming
  1. shuzituxiangchuli

    1下载:
  2. 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4187381
    • 提供者:李海宁
  1. 4

    0下载:
  2. 在vc平台下实现了对所选图像进行robert边缘算子,sobel算子,拉普拉斯算子等等边缘检测-Vc platform to achieve the selected image robert edge operator, sobel operator, Laplacian edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:2008729
    • 提供者:徐昊
  1. sobelgaijin1

    0下载:
  2. 这是用opencv语言在VC++环境中编写的对图像进行sobel算法改进的程序,非常好用。-This is the language with opencv prepared in VC++ environment sobel algorithm to improve the image of the program, very easy to use.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:312665
    • 提供者:kanjianxia
  1. Esobel

    0下载:
  2. vc++和opencv里面的sobel算子,计算图像边缘的亚像素边缘检测程序-vc++ and opencv inside sobel operator, to calculate the image edge sub-pixel edge detection procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2012
    • 提供者:王忠祥
  1. EdgePContour

    1下载:
  2. VC++边缘检测(包括Robert算子、Sobel算子、高斯-拉普拉斯算子等)、霍夫变换、轮廓提取、种子填充、轮廓跟踪-VC++ edge detection (including Robert operator, Sobel operator, Gauss- Laplace operator, etc.), Hough transform, contour extraction, seed filling, contour tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:86084
    • 提供者:
« 1 2 34 »
搜珍网 www.dssz.com